home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KFS5LR.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.4 KB  |  85 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Flight Simulator 5.0 from Microsoft
  14. REM Set BLACK switch to DIGITAL, RED switch to DIGITAL
  15. REM Select JOYSTICK 1 - Ailerons/Elevators, JOYSTICK 2 - Off or
  16. REM Rudders Only (if you have rudder pedals such as the ThrustMaster RCS).
  17. REM
  18. REM NOTE: Prior to entering FS5 - Set throttle handle to IDLE DETENT or you
  19. REM will get throttle advance when you push it forward!!!!!!!
  20. REM
  21. REM Upon entering FS5 first time, press 'k' on keyboard, and click on BTN 1
  22. REM with rocker in middle until view windows begin cycling.
  23. REM To start engines - press CTL SHF F4 j = on keyboard.
  24. REM To shut off engines - press CTL SHF F1 on keyboard.
  25. REM Now, go fly and don't get lost. 8) Buzz Hoffman, ThrustMaster, Inc.
  26.  
  27.   MDEF KFS5
  28.  
  29.   @LearThrottle2
  30.  
  31. BTN TG /U SelectOne
  32.        /M Autopilot
  33.        /D /T Flaps10Deg
  34.           /T Flaps30Deg
  35. BTN UB SwitchViews
  36. BTN MB /U SelectTwo
  37.        /M 2d3DWindow
  38.        /D FlapsUp
  39. BTN LB /U AllLights
  40.        /M AllLights
  41.        /D LandingGear
  42. BTN HU TrimNoseDn
  43. BTN HR RightView
  44. BTN HD TrimNoseUp
  45. BTN HL LeftView
  46. BTN HM FrontView
  47. BTN 1 /U SelectCOM
  48.       /M CycleWindows
  49.       /D Spoilers
  50. BTN 2 ZoomOut/FreqDn
  51. BTN 3 ZoomIn/FreqUp
  52. BTN 4 /U SelectNAV
  53.       /M PanUp
  54.       /D Strobes
  55. BTN 5 /U SelectVOR
  56.       /M PanDn
  57.       /D ChangePanel
  58. BTN 6 /U Transponder
  59.       /M Vor1Vor2Adf
  60.       /D Brakes
  61. RKR UP Com/NavSettingMo
  62.  
  63. REM Note: with the above, you can select between Nav and Vor 1 & 2 by first
  64. REM pressing and releasing button 4 or 5 and then pressing and releasing
  65. REM button TG or MB.  Similarly, you can select comm radio or transponder by
  66. REM pressing button 1 or 6.  Once you have selected the proper one, you can
  67. REM change the frequency on the Nav, the heading on the Vor, the freq on the
  68. REM xpndr, the freq on the comm radio, by using the appropriate button and
  69. REM then buttons 2 and 3 to increase or decrease it.  Two presses and
  70. REM releases will select the digits to the right of dec, one digits to left.
  71.  
  72. RKR DN Land/TakeoffMode
  73.  
  74. BTN MT /P ThrustRevOn
  75.        /R ThrustRevOff
  76.  
  77. REM - RKR MD is normal flight mode.
  78.  
  79. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  80. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  81. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  82. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  83. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  84. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  85.